home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / VB--_HTML 198205202001.psc / VBHelpCompiler / Test Project / PropertyPage1.pag < prev    next >
Encoding:
Text File  |  2001-05-05  |  3.1 KB  |  102 lines

  1. VERSION 5.00
  2. Begin VB.PropertyPage ppServer 
  3.    Caption         =   "Server &Settings"
  4.    ClientHeight    =   2550
  5.    ClientLeft      =   0
  6.    ClientTop       =   0
  7.    ClientWidth     =   4770
  8.    PaletteMode     =   0  'Halftone
  9.    ScaleHeight     =   2550
  10.    ScaleWidth      =   4770
  11.    Begin VB.Frame Frame3 
  12.       Caption         =   "Connection &Settings"
  13.       Height          =   1095
  14.       Left            =   120
  15.       TabIndex        =   6
  16.       Top             =   1320
  17.       Width           =   2175
  18.       Begin VB.ComboBox Combo1 
  19.          Height          =   315
  20.          ItemData        =   "PropertyPage1.pgx":0000
  21.          Left            =   240
  22.          List            =   "PropertyPage1.pgx":000A
  23.          Style           =   2  'Dropdown List
  24.          TabIndex        =   7
  25.          Top             =   600
  26.          Width           =   1695
  27.       End
  28.       Begin VB.Label Label3 
  29.          AutoSize        =   -1  'True
  30.          Caption         =   "Protocol:"
  31.          Height          =   195
  32.          Left            =   240
  33.          TabIndex        =   8
  34.          Top             =   360
  35.          Width           =   630
  36.       End
  37.    End
  38.    Begin VB.Frame Frame2 
  39.       Caption         =   "&Connections"
  40.       Height          =   1575
  41.       Left            =   2450
  42.       TabIndex        =   3
  43.       Top             =   120
  44.       Width           =   2175
  45.       Begin VB.CheckBox Check1 
  46.          Caption         =   "Allow &New Users"
  47.          Height          =   255
  48.          Left            =   240
  49.          TabIndex        =   9
  50.          Top             =   1080
  51.          Value           =   1  'Checked
  52.          Width           =   1695
  53.       End
  54.       Begin VB.TextBox Text1 
  55.          Height          =   285
  56.          Left            =   240
  57.          TabIndex        =   5
  58.          Top             =   600
  59.          Width           =   1695
  60.       End
  61.       Begin VB.Label Label2 
  62.          AutoSize        =   -1  'True
  63.          Caption         =   "&Max Users:"
  64.          Height          =   195
  65.          Left            =   240
  66.          TabIndex        =   4
  67.          Top             =   360
  68.          Width           =   795
  69.       End
  70.    End
  71.    Begin VB.Frame Frame1 
  72.       Caption         =   "&Local Settings"
  73.       Height          =   1095
  74.       Left            =   120
  75.       TabIndex        =   0
  76.       Top             =   120
  77.       Width           =   2175
  78.       Begin VB.TextBox lclPort 
  79.          Height          =   285
  80.          Left            =   240
  81.          TabIndex        =   1
  82.          Text            =   "1193"
  83.          Top             =   600
  84.          Width           =   1695
  85.       End
  86.       Begin VB.Label Label1 
  87.          AutoSize        =   -1  'True
  88.          Caption         =   "Local &Port:"
  89.          Height          =   195
  90.          Left            =   240
  91.          TabIndex        =   2
  92.          Top             =   360
  93.          Width           =   765
  94.       End
  95.    End
  96. End
  97. Attribute VB_Name = "ppServer"
  98. Attribute VB_GlobalNameSpace = False
  99. Attribute VB_Creatable = True
  100. Attribute VB_PredeclaredId = False
  101. Attribute VB_Exposed = True
  102.